Crate tokio_rustls [−] [src]
Asynchronous TLS/SSL streams for Tokio using Rustls.
Structs
AcceptAsync |
Future returned from |
ConnectAsync |
Future returned from |
TlsStream |
A wrapper around an underlying raw stream which implements the TLS or SSL protocol. |
Traits
ClientConfigExt |
Extension trait for the |
ServerConfigExt |
Extension trait for the |
Functions
accept_async_with_session | |
connect_async_with_session |